compareTo

open operator override fun compareTo(other: StrictlyPositiveDouble): Int

Compares this floating-point number with the other one for order. Returns zero if this floating-point number equals the other one, a negative number if it's less than the other one, or a positive number if it's greater than the other one.